@media all and (min-width: 100px) and (max-width: 1020px){
	body{
        background-image: url(../images/mobile-bg.jpg);
    }
}
